﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root {
    --error-color: #B40909;
    --primary-dark: #002743;
    --primary-teal: #017D80;
    --primary-cyan: #009999;
    --footer-bg: #003358;
    --white: #FFF;
    --light-bg: #f8f9fa;
    --text-dark: #2c3e50;
    --text-gray: #4C4E51;
    --text-light-gray: #767676;
    --success-color: #027941;
    --input-error-border: #B3261E;
    --input-error-outline: #FFCCC7;
    --light-teal-bg: #BFDDDE;
}
.wrap,
.content,
.content-wapper,
.header-content,
.footer-content {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.brightly-bg {
    background: url("../images/brightly-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.width-wrap {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content {
    height: 100%;
}
.hidden{
    display:none !important;
}
.tenant-name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.13rem;
    line-height: 1.2;
    text-align: center;
}
.label, .label-heavy, .label-light {
    text-transform: none !important;
    font-family: Roboto;
    font-style: normal;
    font-size: 18px !important;
    line-height: 100%;
}

.label-heavy {
    font-weight: 700;
}

.reset-password-message {
    font-family: Roboto;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.horizontal-spacing {
    margin-top: 15px;
}

.error-container + .horizontal-spacing {
    margin-top: 0px !important;
}

.label-light {
    font-weight: 400 !important;
}

.header-content,
.footer-content {
    display: block;
    clear: both;
    margin: 0 auto !important;
}

#core_signin,
#core_signin_reset,
.core_signup,
#error_container,
#core_unauthorized {
    margin: 0 auto !important;
}


.wrap {
    max-height:none !important;
    top:unset !important;
}
.wrap.main{
    height:100%;
}


.bounding-box,
.divMain-container {
    padding-top: 37px;
}

.bounding-box {
    padding-bottom: 37px;
}

.content-wapper {
    max-width: 920px;
}

.header-content {
    max-width: 920px !important;
}

.site-footer-bg {
    background-color: var(--footer-bg);
}


.core_signup {
    width: 60%;
    padding: 5%;
    float: none;
    background-color: white;
    border-radius: 26px;
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hide {
    display: none;
}

.white-color {
    color: var(--white) !important;
}

#terms footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}




.title-container {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
    margin-top: 20px !important;
}
legend.title-container {   
    padding-top: 20px;
    margin-bottom: 15px;
}

.divider-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 39px;
}

.divider-left {
    flex-grow: 1;
    width: 14px;
    height: 1px;
    background-color: var(--primary-dark);
    margin-right: 10px;
}

.divider-text {
    color: var(--primary-dark);
    font-size: 16px !important;
    white-space: nowrap;
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: none !important;
}

.divider-right {
    flex-grow: 1;
    height: 1px;
    background-color: var(--primary-dark);
    margin-left: 10px;
}

.sso-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    background: transparent;
    color: var(--primary-cyan);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 45px;
    border-radius: 25px;
    border: 1px solid var(--primary-teal);
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.30);
    width:100%;
}

.lock-icon {
    margin-right: 10px;
}

.sso-button-text {
    color: var(--primary-teal);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.error-txt {
    color: var(--error-color);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
}

.error-container {
    padding-top: 0px !important;
    display: flex;
}

.signup-error-container {
    margin-top: -8px !important;
    display: flex;
}

.required {
    color: red;
}

.signup-error-container + .core-submit-button-container {
    padding-top: 0px !important;
}

#email_verification {
    text-align: center;
}

.mail-icon {
    display: block;
    margin: 20px auto 20px auto;
}

.check-email-title {
    margin-bottom: 15px;
    color: var(--primary-dark);
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.check-email-message {
    color: var(--primary-dark);
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.1%;
}

.content .core-bounding-box {
    min-height: 700px;
}

.margin-y-20 {
    margin-top: 20px;
}
.padding-top-15 {
    padding-top: 15px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none;
}


.password-toggle:hover {
    color: var(--text-dark);
    background-color: var(--light-bg);
    border-radius: 6px;
}

.password-input-wrapper {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.center-text {
    text-align: center;
}

.line-height-large {
    line-height: 24px !important;
}

.update-email-check-box {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

    .update-email-check-box input[type="checkbox"] + label {
        margin-left: 9px;
    }

    .update-email-check-box input[type="checkbox"],
    .update-email-check-box label {
        display: inline-block;
        vertical-align: middle;
    }

    .update-email-check-box input[type="checkbox"] {
        accent-color: var(--primary-teal);
    }

.content
input[type="password"]::-webkit-textfield-decoration-container,
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-strong-password-auto-fill-button {
    display: none !important;
}

.content
input[type="password"]::-ms-reveal {
    display: none !important;
}

.content
input[type="password"]::-webkit-reveal {
    display: none !important;
}

.content
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.validation-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.validation-item {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    color: var(--text-light-gray);
}

    .validation-item.valid .check-icon {
        color: var(--success-color);
    }

    .validation-item.invalid .check-icon {
        color: var(--error-color);
    }

    .validation-item.valid .validation-text {
        color: var(--success-color);
    }

    .validation-item.invalid .validation-text {
        color: var(--error-color);
    }

.check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.validation-text {
    transition: color 0.3s ease;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.check-email {
    display: flex;
    justify-content: center;
}

.email-verification {
    margin-top: 35px;
}

.content .core-title {
    text-transform: none !important;
    color: var(--primary-dark);
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content .core-text {
    color: var(--text-gray);
}

.content ~ footer p,
.content footer p,
footer.content p {
    color: var(--white);
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-text {
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.core-unauthorized-title {
    font-family: Roboto;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    text-transform: none;
    text-transform: none !important;
    text-align: center;
}
.footer-links {
    list-style: none;
    padding: 0 3px 2px 3px;
    margin: 0;
    text-align: center;
}
    .footer-links li {
        display: inline;
        margin: 0;
        padding: 0;
    }

        .footer-links li:not(:last-child)::after {
            content: "|";
            font-size: 1.2em;
            margin-left: 3px;
        }
@media only screen and (max-width: 480px) {

    .tenant-name span {
        font-family: Roboto;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.content input:focus {
    border: 2px solid var(--primary-teal);
    outline-offset: 0px;
}
.prompt-text {
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 100%;
    text-align: center;
    margin-right: 10px;
    text-transform: none !important;
}
.signup-link {
    font-family: Roboto;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    color: var(--primary-dark);
    text-decoration-color: var(--primary-dark);
    text-transform: none !important;
}
.agreements-link {
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.flex {
    display: flex;
    justify-content: center;
}
a{
    text-decoration:none;
}
footer {
    margin: 0;
    padding: 10px 0;
    display: block;
    clear: both;
    padding-left: 25px;
    padding-right: 25px;
}
.agreements-link abbr {
    text-decoration: none;
}
.banner
{
    position:relative !important;
}
#main{
    margin-left:0 !important;
}

.content input.custom-style.input-error,
.content input.custom-style.input-error:focus {
    border: 2px solid var(--input-error-border) !important;
    outline: 2px solid var(--input-error-outline) !important;
}
.relative{
    position:relative;
}
@media (max-width: 1024px) {
    .content .core-bounding-box {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .content .core-bounding-box {
        min-height: 400px;
    }
}

@media (max-width: 480px) {
    .content .core-bounding-box {
        min-height: 300px;
    }
    .prompt-text, .signup-link {
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    .content .core-bounding-box {
        min-height: 250px;
    }
    .prompt-text, .signup-link {
        font-size: 16px !important;
    }
}